Click or drag to resize

Connection Constructor (String, Int32, Int32)

Initializes a new instance of the Connection class.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Connection(
	string address,
	int timeToLive,
	int numberOfAddresses
)

Parameters

address
Type: SystemString
The connection address.
timeToLive
Type: SystemInt32
The time to live value.
numberOfAddresses
Type: SystemInt32
Number of address.
See Also